Skip to content

build(deps-dev): bump angular-eslint from 21.4.0 to 22.2.0 - #2593

Merged
rsdmike merged 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-eslint-22.2.0
Sep 8, 2026
Merged

build(deps-dev): bump angular-eslint from 21.4.0 to 22.2.0#2593
rsdmike merged 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-eslint-22.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps angular-eslint from 21.4.0 to 22.2.0.

Release notes

Sourced from angular-eslint's releases.

v22.2.0

22.2.0 (2026-08-30)

🚀 Features

  • eslint-plugin: add allowExplicitOnPush option, auto-remove explicit OnPush when false (#3153)

🩹 Fixes

  • update dependency @​angular/compiler to v22.1.2 (#3117)
  • update typescript-eslint packages to v8.67.0 (#3110)
  • update dependency eslint to v10.8.1 (#3142)
  • update dependency @​angular/compiler to v22.1.3 (#3148)
  • update dependency eslint to v10.9.0 (#3151)
  • remove unused @​angular/cli peer and report Angular major mismatches at runtime (#3154)
  • eslint-plugin: [no-duplicates-in-metadata-arrays] cover @Component providers, viewProviders and styleUrls (#3121)
  • eslint-plugin-template: [valid-aria] validate each token of a token list (#3128)
  • eslint-plugin-template: [prefer-static-string-properties] escape the fixed attribute value (#3135)

❤️ Thank You

v22.1.0

22.1.0 (2026-07-12)

🚀 Features

  • support eslint inline directive comments within element opening tags (#3097)
  • eslint-plugin: add prefer-service-decorator rule (#3073)
  • eslint-plugin: [inject-at-top] add rule requiring inject() at the top of the class (#3009)
  • eslint-plugin-template: add require-switch-default rule (#3091)
  • eslint-plugin-template: add no-outerhtml rule (#3092)

🩹 Fixes

  • update eslint monorepo to v10.4.1 (#3065)
  • update typescript-eslint packages to v8.62.1 (#3082)
  • update dependency eslint to v10.6.0 (#3102)
  • eslint-plugin: [no-implicit-take-until-destroyed] avoid false positive for methods called from constructor (#3011)

❤️ Thank You

  • Adi-Marian Mutu
  • Guillaume DROUARD
  • Pierluigi Lenoci

... (truncated)

Changelog

Sourced from angular-eslint's changelog.

22.2.0 (2026-08-30)

🩹 Fixes

  • remove unused @​angular/cli peer and report Angular major mismatches at runtime (#3154)

❤️ Thank You

22.1.0 (2026-07-12)

🚀 Features

  • eslint-plugin: [inject-at-top] add rule requiring inject() at the top of the class (#3009)
  • eslint-plugin: add prefer-service-decorator rule (#3073)
  • eslint-plugin-template: add no-outerhtml rule (#3092)
  • eslint-plugin-template: add require-switch-default rule (#3091)

❤️ Thank You

  • Adi-Marian Mutu
  • Guillaume DROUARD

22.0.0 (2026-06-07)

🚀 Features

  • ⚠️ eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)

⚠️ Breaking Changes

  • eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058) prefer-on-push-component-change-detection no longer reports components that omit changeDetection (omission now means OnPush in v22); it now only reports components that opt out of OnPush via ChangeDetectionStrategy.Eager or the deprecated ChangeDetectionStrategy.Default. The rule is also now part of the recommended config, so projects extending it may see new reports — notably on components the Angular v22 migration set to Eager. The suggestion message id suggestAddChangeDetectionOnPush has been renamed to suggestChangeToOnPush.
  • drop support for eslint v8 and legacy eslintrc config format (#3056)

❤️ Thank You

Commits
  • 24da203 chore(release): publish 22.2.0
  • 9121daf fix: remove unused @​angular/cli peer and report Angular major mismatches at r...
  • a666e1b chore(release): publish 22.1.0
  • eccf00d feat(eslint-plugin): [inject-at-top] add rule requiring inject() at the top o...
  • 4eb6424 feat(eslint-plugin): add prefer-service-decorator rule (#3073)
  • 578bf35 chore(repo): migrate to nx 23 (#3108)
  • d178589 feat(eslint-plugin-template): add no-outerhtml rule (#3092)
  • 41d28a5 feat(eslint-plugin-template): add require-switch-default rule (#3091)
  • 5c12bad chore: fix formatting
  • 7ee4556 chore(release): publish 22.0.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-22.2.0 branch 2 times, most recently from 54c71dc to e88d060 Compare September 8, 2026 03:17
Bumps [angular-eslint](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/angular-eslint) from 21.4.0 to 22.2.0.
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/angular-eslint/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v22.2.0/packages/angular-eslint)

---
updated-dependencies:
- dependency-name: angular-eslint
  dependency-version: 22.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-eslint-22.2.0 branch from e88d060 to e71838d Compare September 8, 2026 03:19

@rsdmike rsdmike left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified: diff touches only package.json/package-lock.json, CI green, major version bump. Locally on the branch npm install/build/lint/test all pass and npm audit reports 0 vulnerabilities (committed lockfile pins picomatch@4.0.4, clean).

@rsdmike
rsdmike merged commit 18984ef into main Sep 8, 2026
8 checks passed
@rsdmike
rsdmike deleted the dependabot/npm_and_yarn/angular-eslint-22.2.0 branch September 8, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant